Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 1370) sorted by path

12345678910>>...55

/PHP-5.4/
H A DNEWS2086 . Changed array_combine() to return empty array instead of FALSE when both
2301 . Sanitized return values of existing functions. Now it returns FALSE on
3624 . Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it
3985 - Fixed bug #48601 (xpath() returns FALSE for legitimate query). (Rob)
4953 - Fixed bug #47664 (get_class returns NULL instead of FALSE). (Dmitry)
6081 - Fixed bug #42142 (substr_replace() returns FALSE when length > string length).
7444 . Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE
7461 - Eliminated run-time constant fetching for TRUE, FALSE and NULL. (Dmitry)
7803 - Fixed bug #35028 (SimpleXML object fails FALSE test). (Marcus)
8050 - Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems.
[all …]
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES30 (ext/mysql's functions return FALSE).
103 return FALSE;
H A DUPGRADING193 - array_combine now returns array() instead of FALSE when two empty arrays are
506 - Functions in SNMP extension now returns FALSE on every error
/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c875 BOOL isVolume = FALSE; in tsrm_realpath_r()
H A Dtsrm_win32.c142 BOOL bSuccess = FALSE; in tsrm_win32_get_token_sid()
205 BOOL fAccess = FALSE; in tsrm_win32_access()
207 BOOL bucket_key_alloc = FALSE; in tsrm_win32_access()
374 if(fAccess == FALSE) { in tsrm_win32_access()
507 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
511 in = dupHandle(in, FALSE); in popen_ex()
515 out = dupHandle(out, FALSE); in popen_ex()
531 asuser = FALSE; in popen_ex()
596 BOOL created = FALSE; in shmget()
605 shm_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_segment); in shmget()
[all …]
/PHP-5.4/Zend/tests/
H A D019.phpt12 Description: Returns TRUE if var exists; FALSE otherwise
40 "FALSE",
46 FALSE
58 // except "", 0, "0", NULL, FALSE
H A Dfunction_exists_variation1.phpt52 FALSE,
H A Doffset_array.phpt14 var_dump($arr[FALSE]);
H A Doffset_bool.phpt14 var_dump($bool[FALSE]);
H A Doffset_long.phpt14 var_dump($long[FALSE]);
H A Doffset_null.phpt14 var_dump($null[FALSE]);
H A Doffset_string.phpt17 var_dump($str[FALSE]);
/PHP-5.4/Zend/
H A Dzend_execute_API.c1446 timeout_thread_event = CreateEvent(NULL, FALSE, FALSE, NULL); in zend_init_timeout_thread()
1447 timeout_thread_handle = CreateEvent(NULL, FALSE, FALSE, NULL); in zend_init_timeout_thread()
/PHP-5.4/build/
H A Dlibtool.m4924 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
/PHP-5.4/ext/bcmath/libbcmath/src/
H A Dadd.c63 cmp_res = _bc_do_compare (n1, n2, FALSE, FALSE); /* Compare magnitudes. */
H A Dbcmath.h82 #define FALSE 0 macro
H A Dcompare.c159 return _bc_do_compare (n1, n2, TRUE, FALSE);
H A Ddiv.c155 zero = FALSE; in bc_divide()
H A Dnearzero.c65 return FALSE;
H A Draise.c80 neg = FALSE; in bc_raise()
H A Dsqrt.c102 done = FALSE; in bc_sqrt()
H A Dstr2num.c57 zero_int = FALSE; in bc_str2num()
H A Dsub.c64 cmp_res = _bc_do_compare (n1, n2, FALSE, FALSE);
H A Dzero.c60 return FALSE; in bc_is_zero()
/PHP-5.4/ext/com_dotnet/
H A Dcom_com.c787 result = MsgWaitForMultipleObjects(0, NULL, FALSE, timeoutms, QS_ALLINPUT); in PHP_FUNCTION()

Completed in 108 milliseconds

12345678910>>...55