Home
last modified time | relevance | path

Searched refs:binary (Results 176 – 200 of 247) sorted by relevance

12345678910

/PHP-5.5/ext/simplexml/tests/
H A Dsxe_004.phpt77 $sxe = new SXETest((binary)$xml);
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation6.phpt31 'This is string with \0 and ".chr(0)."null chars', //for binary safe
H A Dstr_split_variation3.phpt33 "with \0 and ".chr(0)."null chars", //for binary safe
H A Dchunk_split_variation7.phpt31 "This is string with \0 and ".chr(0)."null chars", //for binary safe
H A Dstr_split_variation4.phpt33 'with \0 and ".chr(0)."null chars', //for binary safe
H A Dsha1_file.phpt2 Test sha1_file() function with ASCII output and raw binary output. Based on ext/standard/tests/stri…
H A Dsprintf_f_2.phpt42 var_dump(sprintf("%%b = '%b'", $n)); // binary representation
H A Dprintf.phpt90 echo "\n\n*** Output for binary type ***\n";
451 *** Output for binary type ***
H A Dprintf_64bit.phpt90 echo "\n\n*** Output for binary type ***\n";
451 *** Output for binary type ***
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_array.phpt117 // Unicode is on and we are told that the MySQL column type is a binary type.
118 // Don't expect a unicode value from the database, you'll get binary string
127 …printf("[%04d] SQL Type: '%s', binary columns are supposed to return binary string and not unicode…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt121 // Unicode is on and we are told that the MySQL column type is a binary type.
122 // Don't expect a unicode value from the database, you'll get binary string
132 …printf("[%04d] SQL Type: '%s', binary columns are supposed to return binary string and not unicode…
H A Dmysqli_debug_append.phpt49 if (!fwrite($fp, (binary) 'mysqli_debug.phpt test line'))
H A Dmysqli_info.phpt34 printf("[007] Expecting unicode, because unicode mode it on. Got binary string\n");
/PHP-5.5/ext/pdo/
H A DTODO32 binary and character data.
/PHP-5.5/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE11 2. Redistributions in binary form must reproduce applicable copyright
/PHP-5.5/Zend/
H A Dconfigure.in131 dnl Check for /usr/pkg/{lib,include} which is where NetBSD puts binary
/PHP-5.5/ext/oci8/tests/
H A Dxmltype_02.phpt72 $sx = simplexml_load_string((binary)$row[0]->load());
/PHP-5.5/
H A Dmakerpm52 capabilities to the apache server. This version includes the "php_cgi" binary
/PHP-5.5/sapi/caudium/
H A Dconfig.m488 RESULT=" *** Pike binary used: $PIKE
/PHP-5.5/ext/pgsql/
H A DREADME157 Escape string or binary for SQL statemen (7.2 or later)
161 Escape string or binary for SQL statement (7.2 or later)
H A Dpgsql.mak162 @echo Deleting binary files...
/PHP-5.5/ext/standard/tests/file/
H A Dbasename.phpt49 /* paths with binary value to check if the function is binary safe*/
H A Dftruncate_error.phpt14 fwrite($file_handle, (binary)"Testing ftruncate error conditions \n");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromsteam.phpt117 $blob = 'I am a mighty BLOB!' . chr(0) . "I am a binary thingie!";
/PHP-5.5/ext/mysql/
H A Dmysql.mak161 @echo Deleting binary files...

Completed in 65 milliseconds

12345678910