Browse Source

Reduce clutter a bit.

experimental/newoperator
Andrey Hristov 27 years ago
parent
commit
cef4df1fee
  1. 2
      ext/pcre/php_pcre.c
  2. 0
      tests/test.php4
  3. 0
      tests/test.pl
  4. 0
      tests/test_class_inheritance
  5. 0
      tests/testarray
  6. 0
      tests/testarray.pl
  7. 0
      tests/testarray2
  8. 0
      tests/testarray2.pl
  9. 0
      tests/testclassfunc
  10. 0
      tests/testcom
  11. 0
      tests/testfe
  12. 0
      tests/testfunc
  13. 0
      tests/testfunc.pl
  14. 0
      tests/testfunc2
  15. 0
      tests/testfunc2.pl
  16. 0
      tests/testfuncref
  17. 0
      tests/testinclude
  18. 0
      tests/testobj

2
ext/pcre/php_pcre.c

@ -568,7 +568,7 @@ static int _preg_do_eval(char *eval_str, char *subject, int *offsets,
walk++;
}
}
/* Run the code */
zend_eval_string(code, &retval CLS_CC ELS_CC);
convert_to_string(&retval);

0
test.php4 → tests/test.php4

0
test.pl → tests/test.pl

0
test_class_inheritance → tests/test_class_inheritance

0
testarray → tests/testarray

0
testarray.pl → tests/testarray.pl

0
testarray2 → tests/testarray2

0
testarray2.pl → tests/testarray2.pl

0
testclassfunc → tests/testclassfunc

0
testcom → tests/testcom

0
testfe → tests/testfe

0
testfunc → tests/testfunc

0
testfunc.pl → tests/testfunc.pl

0
testfunc2 → tests/testfunc2

0
testfunc2.pl → tests/testfunc2.pl

0
testfuncref → tests/testfuncref

0
testinclude → tests/testinclude

0
testobj → tests/testobj

Loading…
Cancel
Save