Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 108) sorted by path

12345

/PHP-5.5/
H A DINSTALL221 14. Edit your httpd.conf to load the PHP module. The path on the right hand
449 7. Edit your httpd.conf to load the PHP module. The path on the right
1373 didn't download the right DLL. Try downloading again the extension with
1374 the right settings. Again, phpinfo() can be of great help.
H A DLICENSE36 the right to modify the terms applicable to covered code created
H A DNEWS5389 - Fixed bug #49600 (imageTTFText text shifted right). (Takeshi Abe)
H A DREADME.MAILINGLIST_RULES32 3. Make sure you pick the right mailinglist for your posting. Please review
H A DREADME.RELEASE_PROCESS72 6. Compile and make test, with and without ZTS, using the right Bison version
77 8. If all is right, commit the changes to the release branch with ``git commit -a``.
165 5. Compile and make test, with and without ZTS, using the right Bison version
H A DREADME.SUBMITTING_PATCH180 - Did I send the patch to the right mail list?
H A Dacinclude.m4256 dnl choose the right compiler/flags/etc. for the source-file
/PHP-5.5/Zend/
H A DLICENSE31 Technologies Ltd. has the right to modify the terms applicable
H A DOBJECTS2_HOWTO81 should set right type, function name and parameter mask for the
H A Dzend_ini_parser.y274 %right '~' '!'
H A Dzend_language_parser.y71 %right T_PRINT
73 %right T_YIELD
108 %right '!'
111 %right '~' T_INC T_DEC T_INT_CAST T_DOUBLE_CAST T_STRING_CAST T_ARRAY_CAST T_OBJECT_CAST T_BOOL_CAS…
121 %right '['
172 %right T_STATIC T_ABSTRACT T_FINAL T_PRIVATE T_PROTECTED T_PUBLIC
/PHP-5.5/Zend/tests/
H A Ddval_to_lval_32.phpt18 /* see if we're rounding negative numbers right */
H A Dshift_002.phpt2 shifting strings right
/PHP-5.5/build/
H A Dlibtool.m4819 lt_cv_sys_max_cmd_len=12288; # 12K is about right
/PHP-5.5/ext/bcmath/
H A Dbcmath.c223 char *left, *right; in PHP_FUNCTION() local
241 php_str2num(&second, right TSRMLS_CC); in PHP_FUNCTION()
263 char *left, *right; in PHP_FUNCTION() local
281 php_str2num(&second, right TSRMLS_CC); in PHP_FUNCTION()
303 char *left, *right; in PHP_FUNCTION() local
321 php_str2num(&second, right TSRMLS_CC); in PHP_FUNCTION()
343 char *left, *right; in PHP_FUNCTION() local
389 char *left, *right; in PHP_FUNCTION() local
425 char *left, *right, *modulous; in PHP_FUNCTION() local
469 char *left, *right; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c50 ZEND_ARG_INFO(0, right)
55 ZEND_ARG_INFO(0, right)
60 ZEND_ARG_INFO(0, right)
65 ZEND_ARG_INFO(0, right)
70 ZEND_ARG_INFO(0, right)
75 ZEND_ARG_INFO(0, right)
80 ZEND_ARG_INFO(0, right)
85 ZEND_ARG_INFO(0, right)
90 ZEND_ARG_INFO(0, right)
95 ZEND_ARG_INFO(0, right)
[all …]
/PHP-5.5/ext/date/lib/
H A Dparse_tz.c301 int left = 0, right = tzdb->index_size - 1; in seek_to_tz_position() local
313 int mid = ((unsigned)left + right) >> 1; in seek_to_tz_position()
317 right = mid - 1; in seek_to_tz_position()
329 } while (left <= right); in seek_to_tz_position()
/PHP-5.5/ext/date/tests/
H A Dbug33563.phpt2 Bug #33563 (strtotime('+1 month',$abc) cant get right time)
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt6 Still not quite right
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt6 Still not quite right
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_variation1.phpt4 This test verifies the right behaviour of the LIBXML_DTDLOAD constant
H A DDOMDocument_loadXML_variation2.phpt4 This test verifies the right behaviour of the LIBXML_DTDVALID constant
H A DDOMDocument_loadXML_variation3.phpt4 This test vrifies the right behaviour of the LIBXML_NOERROR constant
H A DDOMDocument_loadXML_variation4.phpt4 This test verifies the right behaviour of the following constants:
H A DDOMDocument_load_variation1.phpt4 This test verifies the right behaviour of the LIBXML_DTDLOAD constant

Completed in 81 milliseconds

12345