Home
last modified time | relevance | path

Searched refs:enclosed (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/spl/tests/
H A Dbug40872.phpt2 Bug #40872 (inconsistency in offsetSet, offsetExists treatment of string enclosed integers)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt47 // Note that the "named placeholder" is enclosed by double quotes.
/PHP-5.5/main/streams/
H A Dstreams.c108 PHPAPI php_stream *php_stream_encloses(php_stream *enclosing, php_stream *enclosed) in php_stream_encloses() argument
110 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses()
112 php_stream_auto_cleanup(enclosed); in php_stream_encloses()
113 enclosed->enclosing_stream = enclosing; in php_stream_encloses()
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file.phpt99 ;expected error, as the non-alphanumeric chars not enclosed in double quotes("")
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt97 ;expected error, as the non-alphanumeric chars not enclosed in double quotes("")
/PHP-5.5/main/
H A Dphp_streams.h262 PHPAPI php_stream *php_stream_encloses(php_stream *enclosing, php_stream *enclosed);
/PHP-5.5/
H A DCODING_STANDARDS88 1. Function names for user-level functions should be enclosed with in
H A DNEWS7622 string enclosed integers). (Marcus)
/PHP-5.5/ext/ereg/regex/
H A Dtests33 # enclosed in ().
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY64 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/
333 2006/08/25: [impl] add_state_check_num() should be enclosed in
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt5056 The escape \o must be followed by a sequence of octal digits, enclosed
5159 ally enclosed in braces, is an absolute or relative back reference. A
5166 name or a number enclosed either in angle brackets or single quotes, is
5864 enclosed by [: and :] within the enclosing square brackets. PCRE also
5983 within the pattern by a sequence of Perl option letters enclosed
6467 digits, or digits enclosed in <>, followed by either ! or ?. When it
6514 enclosed in braces. These examples are all identical:
6837 optionally enclosed in parentheses.
7204 name or a number enclosed either in angle brackets or single quotes, is
7694 \Q...\E treat enclosed characters as literal

Completed in 138 milliseconds